Skip to content

[r3.6] db/downloader: keep the BT discovery tests off UDP - #23205

Merged
AskAlexSharov merged 1 commit into
release/3.6from
alex/win_test_flakes_36
Aug 12, 2026
Merged

[r3.6] db/downloader: keep the BT discovery tests off UDP#23205
AskAlexSharov merged 1 commit into
release/3.6from
alex/win_test_flakes_36

Conversation

@AskAlexSharov

Copy link
Copy Markdown
Collaborator

Cherry-pick of #23204 to release/3.6.

torrent.NewClient binds the dynamic port it got for TCP on UDP as well, for
uTP. Windows runners reserve UDP port ranges, so that second bind can fail
with WSAEACCES and take NewClient down with it once the library exhausts its
listen retries. The tests inject peers by TCP address and already run without
DHT, so uTP was never used.

Route the three client configs through one helper that disables uTP along
with DHT and trackers.
@AskAlexSharov
AskAlexSharov added this pull request to the merge queue Aug 12, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Aug 12, 2026
@AskAlexSharov
AskAlexSharov added this pull request to the merge queue Aug 12, 2026
Merged via the queue into release/3.6 with commit a941223 Aug 12, 2026
94 checks passed
@AskAlexSharov
AskAlexSharov deleted the alex/win_test_flakes_36 branch August 12, 2026 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants